home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
computer
/
casio_st
/
prog_fx
/
divers
/
tg_me_p0.sha
< prev
next >
Wrap
Text File
|
1994-03-01
|
171b
|
7 lines
1 ME=0
10 PRINT "MESURE D'EFFICACITE"
20 FOR I=1 TO M
30 FOR J=1 TO N
40 ME=ME+A(I,J)*(A(I,J-1)+A(I,J+1)+A(I-1,J)+A(I+1,J)):NEXT:NEXT
50 PRINT "EFF=";ME;"/2=";ME/2;